home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 December / PCWorld_2003-12_cd.bin / Software / Vyzkuste / saproxy / SAproxyInstaller.exe / {app} / rules / user_prefs.template < prev   
Text File  |  2003-02-08  |  2KB  |  37 lines

  1. # SpamAssassin user preferences file.  See 'perldoc Mail::SpamAssassin::Conf'
  2. # for details of what can be tweaked.
  3. #* 
  4. #* Note: this file is not read by SpamAssassin until copied into the user
  5. #* directory. At runtime, if a user has no preferences in their home directory
  6. #* already, it will be copied for them, allowing them to perform personalised
  7. #* customisation.  If you want to make changes to the site-wide defaults,
  8. #* create a file in /etc/spamassassin or /etc/mail/spamassassin instead.
  9. ###########################################################################
  10.  
  11. # How many hits before a mail is considered spam.
  12. # required_hits        5
  13.  
  14. # Whitelist and blacklist addresses are now file-glob-style patterns, so
  15. # "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work.
  16. # whitelist_from    someone@somewhere.com
  17.  
  18. # Add your own customised scores for some tests below.  The default scores are
  19. # read from the installed spamassassin rules files, but you can override them
  20. # here.  To see the list of tests and their default scores, go to
  21. # http://spamassassin.org/tests.html .
  22. #
  23. # score SYMBOLIC_TEST_NAME n.nn
  24.  
  25. # Speakers of Asian languages, like Chinese, Japanese and Korean, will almost
  26. # definitely want to uncomment the following lines.  They will switch off some
  27. # rules that detect 8-bit characters, which commonly trigger on mails using CJK
  28. # character sets, or that assume a western-style charset is in use. 
  29. # score HEADER_8BITS        0
  30. # score HTML_COMMENT_8BITS    0
  31. # score SUBJ_FULL_OF_8BITS    0
  32. # score UPPERCASE_25_50        0
  33. # score UPPERCASE_50_75        0
  34. # score UPPERCASE_75_100    0
  35.  
  36.